home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / bash-112.lha / bash-1.12 / parser.h < prev    next >
Text File  |  1992-01-21  |  206b  |  9 lines

  1. /* parser.h -- Everything you wanted to know about the parser, but were
  2.    afraid to ask. */
  3.  
  4. #if !defined (_PARSER_H)
  5. #  define _PARSER_H
  6. #  include "command.h"
  7. #  include "input.h"
  8. #endif /* _PARSER_H */
  9.